home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
allfiles
/
Centri
/
Centri.dir
/
00255_Script_Scroll
< prev
next >
Wrap
Text File
|
1999-02-25
|
1KB
|
46 lines
on scroll
if the mouseh < 30 then
scrollb
cursor [268]
else
scrollf
end if
end
on scrollb
set the loch of sprite 24 = the loch of sprite 24 + 12
set the loch of sprite 8 = the loch of sprite 8 + 10
set the loch of sprite 25 = the loch of sprite 25 + 5
set the loch of sprite 26 = the loch of sprite 26 + 7.5
set the loch of sprite 27 = the loch of sprite 27 + 10
set the loch of sprite 28 = the loch of sprite 28 + 5
set the loch of sprite 29 = the loch of sprite 29 + 5
set the loch of sprite 35 = the loch of sprite 35 + 7.5
set the loch of sprite 31 = the loch of sprite 31 + 10
set the loch of sprite 33 = the loch of sprite 33 + 15
cursor - 1
end
on scrollf
set the loch of sprite 24 = the loch of sprite 24 - 12
set the loch of sprite 8 = the loch of sprite 8 - 10
set the loch of sprite 25 = the loch of sprite 25 - 5
set the loch of sprite 26 = the loch of sprite 26 - 7.5
set the loch of sprite 27 = the loch of sprite 27 - 10
set the loch of sprite 28 = the loch of sprite 28 - 5
set the loch of sprite 29 = the loch of sprite 29 - 5
set the loch of sprite 35 = the loch of sprite 35 - 7.5
set the loch of sprite 31 = the loch of sprite 31 - 10
set the loch of sprite 33 = the loch of sprite 33 - 15
cursor - 1
end